Kotlin JS GitHub Action SDK
/
com.rnett.action.core
/
logger
/
warning
warning
fun
warning
(message:
String
)
Content copied to clipboard
fun
warning
(message:
String
, annotationProperties:
AnnotationProperties
)
Content copied to clipboard
Log a warning message.
fun
warning
(exception:
Throwable
)
Content copied to clipboard
fun
warning
(exception:
Throwable
, annotationProperties:
AnnotationProperties
)
Content copied to clipboard
Log
exception
as a warning message.